WPF DataGridComboBoxColumn`s ComboBox is only visible when DataGrid has IsReadOnly=FALSE

Posted by msfanboy on Stack Overflow See other posts from Stack Overflow or by msfanboy
Published on 2010-06-18T14:29:44Z Indexed on 2010/06/18 14:33 UTC
Read the original article Hit count: 189

Hello,

Why is the ComboBox in that column only visible via double-click in the empty cell when the DataGrid is set to IsReadOnly = FALSE ???

 <DataGridComboBoxColumn Width="*" IsReadOnly="False" Header="test" />

© Stack Overflow or respective owner

Related posts about wpf

Related posts about visible